net/http.http2ClientConn.nextStreamID (field)
11 uses
net/http (current package)
h2_bundle.go#L6991: nextStreamID uint32
h2_bundle.go#L7371: nextStreamID: 1,
h2_bundle.go#L7413: cc.nextStreamID = 3
h2_bundle.go#L7578: if cc.singleUse && cc.nextStreamID > 1 {
h2_bundle.go#L7594: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
h2_bundle.go#L7631: nextID := cc.nextStreamID
h2_bundle.go#L7690: maxStreamID := cc.nextStreamID
h2_bundle.go#L8665: cs.ID = cc.nextStreamID
h2_bundle.go#L8666: cc.nextStreamID += 2
h2_bundle.go#L8692: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9202: neverSent := cc.nextStreamID
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)